docs: Correct migration note
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 28 Jul 2020 14:00:02 +0000 (16:00 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 28 Jul 2020 15:36:18 +0000 (17:36 +0200)
A mentioned API call is now internal.

docs/reference/gtk/migrating-3to4.md

index a55c7b033a1bf602d22fba8e099b1fdc41116447..0d3bf4ab21893e0266d80d63131ee9aa28e29280 100644 (file)
@@ -309,10 +309,9 @@ use the #GtkWindow:modal property of the dialog.
 ### Adapt to coordinate API changes
 
 A number of coordinate APIs in GTK 3 had _double variants: 
-gdk_device_get_position(), gdk_device_get_surface_at_position(),
-gdk_surface_get_device_position(). These have been changed to use
-doubles, and the _double variants have been removed. Update your
-code accordingly.
+gdk_device_get_surface_at_position(), gdk_surface_get_device_position().
+These have been changed to use doubles, and the _double variants
+have been removed. Update your code accordingly.
 
 Any APIs that deal with global (or root) coordinates have been
 removed in GTK 4, since not all backends support them. You should